crypto/tls.Conn.readHandshakeBytes (method)
3 uses
crypto/tls (current package)
conn.go#L1073: func (c *Conn) readHandshakeBytes(n int) error {
conn.go#L1089: if err := c.readHandshakeBytes(4); err != nil {
conn.go#L1110: if err := c.readHandshakeBytes(4 + n); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)